@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.eot') format('eot'), url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  font-weight: 400;
}
.bt,
.title {
  font-weight: bold;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1730px;
  margin: 0 auto;
  width: 100%;
}
.ui.container1 {
  padding: 0 15px;
  position: relative;
    max-width: 1430px;
  margin: 0 auto;
  width: 100%;
}
.more {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding: 21px 42px 21px 34px;
  background: #005bac;
  color: #fff;
}
.more img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
  margin-left: 16px;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::before {
  width: 100%;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  max-width: 1750px;
}
#header .nav {
  padding: 14px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
  margin-left: 10px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-right: 106px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #005bac;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #005bac;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0px 10px;
  line-height: 40px;
  background: #fff;
  color: #000;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  color: white;
  background: #222;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  margin-left: 85px;
  padding-left: 56px;
  border-left: 1px solid rgba(217, 217, 217, 0.66);
  cursor: pointer;
}
#header .nav .ui.menu .h-language {
  margin-left: 36px;
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #005bac;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-inquiry {
  margin-left: 35px;
  cursor: pointer;
}
#header .nav .ui.menu .h-inquiry img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
#header.inner::after,
#header.active::after {
  width: 100%;
}
#header.inner{
  position: relative;
}
#header.active{
  position: fixed;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.wrapper_con {
  width: 17px;
  height: 34px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
.right {
  right: -2px;
}
.left {
  left: -2px;
}
.circleProgress {
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 1px solid #02a0fe;
  border-left: 1px solid #02a0fe;
  right: 0;
}
.leftcircle {
  border-top: 1px solid #02a0fe;
  border-right: 1px solid #02a0fe;
  left: 0;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner .swiper {
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
  z-index: 1;
}
#banner .swiper-slide > img {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide .text {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
#banner .swiper-slide .text .box {
  max-width: 860px;
}
#banner .swiper-slide .text .box .title {
  font-size: 72px;
  line-height: 1.2;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner .swiper-slide .text .box .title img {
  display: inline-block;
  vertical-align: middle;
}
#banner .swiper-slide .text .box .con {
  font-size: 19px;
  line-height: 1.5;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
  margin-top: 30px;
}
#banner .swiper-slide .text .box .btn {
  margin-top: 66px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner .swiper-slide .text .box .more {
  background: transparent;
  border: 1px solid #019fff;
  color: #019fff;
  padding: 20px 42px;
}
#banner .swiper-slide .text .box .more img {
  -webkit-filter: none;
  filter: none;
  margin-left: 26px;
}
#banner .swiper-slide .text .box .more::before {
  background: #019fff;
}
#banner .swiper-slide .text .box .more:hover {
  color: #fff;
}
#banner .swiper-slide .text .box .more:hover img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#banner .swiper-slide-active .text .box .title,
#banner .swiper-slide-active .text .box .con,
#banner .swiper-slide-active .text .box .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .f-14 {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  line-height: 34px;
}
#banner .swiper-pagination {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  bottom: 43px;
  left: 0;
  width: 100%;
}
#banner .swiper-pagination > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#banner .swiper-pagination-bullet {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: transparent;
  opacity: 1;
  color: transparent;
  position: relative;
  margin-right: 14px;
  cursor: pointer;
}
#banner .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid transparent;
  background-color: transparent;
  color: #ffffff;
}
#banner .swiper-pagination-bullet-active::after {
  background: #02a0fe;
}
#banner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 6s linear infinite;
  -moz-animation: circleProgressLoad_right 6s linear infinite;
  animation: circleProgressLoad_right 6s linear infinite;
}
#banner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 6s linear infinite;
  -moz-animation: circleProgressLoad_left 6s linear infinite;
  animation: circleProgressLoad_left 6s linear infinite;
}
#banner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
#banner .swiper-pagination-bullet-active .f-14 {
  color: #fff;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.font-50 {
  font-size: 50px;
  line-height: 1.2;
}
.font-30 {
  line-height: 1.3;
}
.font-45 {
  font-size: 45px;
  line-height: 1.3;
}
#index-body .i-product {
  padding: 149px 0 66px;
}
#index-body .i-product .header .title {
  margin-top: 14px;
}
#index-body .i-product .header .arrow a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #c4c4c4;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .header .arrow a img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .header .arrow a.next {
  margin-left: 6px;
}
#index-body .i-product .header .arrow a:hover {
  background: #005bac;
}
#index-body .i-product .content {
  margin-top: 40px;
}
#index-body .i-product .content ul {
  margin-right: -26px;
}
#index-body .i-product .content ul li {
  padding: 0 26px 40px 0;
  position: relative;
  overflow: hidden;
  height: 650px;
}
#index-body .i-product .content ul li .ig {
  padding: 64px 40px 14px 49px;
  background-color: #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .text {
  position: relative;
  z-index: 1;
}
#index-body .i-product .content ul li .ig .title {
  padding-right: 33px;
}
#index-body .i-product .content ul li .ig .con {
  line-height: 1.5;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
#index-body .i-product .content ul li .ig .link {
  margin-top: 41px;
  display: inline-block;
}
#index-body .i-product .content ul li .ig .bottom {
  margin-top: 27px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .i-product .content ul li .ig .bottom span {
  font-size: 100px;
  line-height: .3;
  color: #005bac;
}
#index-body .i-product .content ul li .ig .bottom .img {
  width: 49.46%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ip-bg.png) no-repeat center top;
  background-size: 100% 387px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/ip-shadow.png) no-repeat center;
  width: 100%;
  height: 88px;
  background-size: 100% 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .i-product .content ul li:hover .ig {
  color: #fff;
  background: transparent;
}
#index-body .i-product .content ul li:hover .ig .title,
#index-body .i-product .content ul li:hover .ig .con {
  color: #fff;
}
#index-body .i-product .content ul li:hover .ig .link {
  position: absolute;
  right: 0;
  top: 5px;
  margin-top: 0;
}
#index-body .i-product .content ul li:hover .ig .link img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .i-product .content ul li:hover .ig .bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 53px;
}
#index-body .i-product .content ul li:hover .ig .bottom span {
  display: none;
}
#index-body .i-product .content ul li:hover .ig .bottom .img {
  width: 62.91%;
  margin: 0 auto;
}
#index-body .i-product .content ul li:hover .ig::after {
  top: 0;
}
#index-body .i-product .content ul li:hover::after {
  opacity: 1;
}
#index-body .about {
  padding: 110px 0 122px;
  position: relative;
}
#index-body .about .title {
  position: absolute;
  z-index: -1;
  top: -110px;
  left: 0;
  font-size: 195px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(240, 240, 240, 0.4)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.4) 0, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.4) 0, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0.4) 0, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .about .box {
  max-width: 1439px;
  margin: 0 auto;
}
#index-body .about .box .top {
  padding-left: 21px;
}
#index-body .about .box .top .img {
  width: 44.006%;
}
#index-body .about .box .top .text {
  width: 55.994%;
  padding-left: 65px;
}
#index-body .about .box .top .text .bt {
  text-align: right;
  margin-left: -170px;
}
#index-body .about .box .top .text .bt em {
  color: #005bac;
}
#index-body .about .box .top .text .con {
  padding-left: 6px;
  line-height: 1.5;
  color: #777;
  margin-top: 4px;
}
#index-body .about .box .top .text .con div {
  margin-top: 28px;
}
#index-body .about .box .top .text .con h1 {
  display: inline;
}
#index-body .about .box .top .text .list {
  margin-top: 63px;
}
#index-body .about .box .top .text .list ul {
  margin-bottom: -20px;
}
#index-body .about .box .top .text .list ul li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 20px;
}
#index-body .about .box .top .text .list ul li .ig {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .box .top .text .list ul li .ig:hover {
  color: #005bac;
}
#index-body .about .box .top .text .list ul li .ig:hover .link {
  opacity: 1;
}
#index-body .about .box .top .text .list ul li i {
  width: 33px;
  line-height: 32px;
  margin: -7px 14px 0 0;
}
#index-body .about .box .top .text .list ul li img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .box .top .text .list ul li .link {
  margin: -7px 0 0 12px;
  opacity: 0;
}
#index-body .about .box .bottom {
  margin-top: 85px;
}
#index-body .about .box .data {
  margin-top: 134px;
}
#index-body .about .box .data ul li .num {
  font-size: 65px;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .box .data ul li p {
  font-size: 18px;
  line-height: 1.7;
  color: #666666;
}
#index-body .about .box .data ul li:hover .num {
  color: #0061ae;
}
#index-body .application {
  background: url(../images/ap-bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 93px 0 144px;
}
#index-body .application .left {
  padding-right: 5.177%;
  margin: 5.706% 0;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  width: 38.6478%;
}
#index-body .application .left .con {
  margin-top: 24px;
}
#index-body .application .right {
  width: 61.3522%;
}
#index-body .application .right ul {
  margin: -14px -12px;
}
#index-body .application .right ul li {
  padding: 14px 12px;
}
#index-body .application .right ul li .box {
  height: 353px;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  overflow: hidden;
}
#index-body .application .right ul li .box .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 54px 19px;
  color: #fff;
  -webkit-transform: translateY(67px);
  -moz-transform: translateY(67px);
  -ms-transform: translateY(67px);
  transform: translateY(67px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .right ul li .box .bottom .bt .num {
  font-size: 30px;
  line-height: 1.1;
  display: inline-block;
  margin-right: 10px;
}
#index-body .application .right ul li .box .bottom .bt .tit {
  font-size: 18px;
  line-height: 1.6;
}
#index-body .application .right ul li .box .bottom .link {
  border-top: 1px solid #fff;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 17px;
}
#index-body .application .right ul li .box .bottom .link img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
  margin-left: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .right ul li .box .bottom .link:hover img {
  margin-left: 20px;
}
#index-body .application .right ul li .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #005bac;
  opacity: .36;
}
#index-body .application .right ul li .box.active::before {
  opacity: .8;
}
#index-body .application .right ul li .box.active .bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .application .right ul li:nth-child(even) {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
#index-body .case {
  padding: 134px 0 107px;
}
#index-body .case .header .title {
  margin-top: 8px;
}
#index-body .case .content {
  height: 850px;
  position: relative;
  margin-top: 62px;
}
#index-body .case .content .bigImg {
  height: inherit;
  position: relative;
}
#index-body .case .content .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .case .content .bigImg .img.zIndex {
  z-index: 1;
}
#index-body .case .content .bigImg .img.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .case .content .smallImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#index-body .case .content .smallImg ul {
  width: 100%;
  height: 100%;
}
#index-body .case .content .smallImg ul li {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .case .content .smallImg ul li .text {
  position: absolute;
  bottom: 10.6%;
  padding: 0 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .case .content .smallImg ul li span {
  line-height: 1.6;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  left: 0;
  top: 64.6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .case .content .smallImg ul li .title {
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  top: -10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .case .content .smallImg ul li .con {
  line-height: 1.7;
  margin: 4px 0 30px;
  font-size: 18px;
  position: relative;
  top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .case .content .smallImg ul li .con p {
  position: relative;
  padding-left: 20px;
}
#index-body .case .content .smallImg ul li .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #005bac;
  border-radius: 50%;
}
#index-body .case .content .smallImg ul li a.link {
  font-size: 18px;
  position: relative;
  top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .case .content .smallImg ul li a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .case .content .smallImg ul li a.link:hover img {
  left: 10px;
}
#index-body .case .content .smallImg ul li.active {
  background: rgba(0, 0, 0, 0.6);
}
#index-body .case .content .smallImg ul li.active span {
  -webkit-transform: translateX(-100%) rotate(90deg);
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
}
#index-body .case .content .smallImg ul li.active .text {
  opacity: 1;
}
#index-body .case .content .smallImg ul li.active .text h3,
#index-body .case .content .smallImg ul li.active .text p,
#index-body .case .content .smallImg ul li.active .text a.more {
  top: 0;
}
#index-body .partner {
  padding-bottom: 91px;
}
#index-body .partner .content ul {
  margin: -27px;
}
#index-body .partner .content ul li {
  padding: 27px;
}
#index-body .partner .content ul li .img-box {
  text-align: center;
  height: 107px;
  line-height: 107px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      padding: 0 38px;
}
#index-body .partner .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .partner .content ul li .img-box:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.15);
}
#index-body .news {
  background-color: #f7f7f7;
  padding: 131px 0 172px;
}
#index-body .news .ui.container {
  max-width: 1470px;
}
#index-body .news .content {
  margin-top: 54px;
}
#index-body .news .content ul {
  margin-right: -91px;
}
#index-body .news .content ul li {
  padding-right: 91px;
}
#index-body .news .content ul li .bt {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
#index-body .news .content ul li .bt:hover {
  color: #005bac;
}
#index-body .news .content ul li .line {
  display: block;
  height: 1px;
  background: rgba(17, 17, 17, 0.41);
  margin-top: 18px;
}
#index-body .news .content ul li .bottom {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
#index-body .news .content ul li .bottom time {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .news .content ul li .bottom time img {
  margin-right: 4px;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1b1b1b;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
#footer .f-form {
  margin-top: -140px;
  background-color: #0061ae;
  padding: 47px 130px 40px;
  position: relative;
  z-index: 1;
}
#footer .f-form .left {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
  width: 19.2%;
}
#footer .f-form .right {
  width: 80.8%;
  position: relative;
}
#footer .f-form .right ul {
  margin: -6px;
}
#footer .f-form .right ul li {
  padding: 6px;
  width: 17.255%;
}
#footer .f-form .right ul li input {
  width: 100%;
  height: 34px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.57);
}
#footer .f-form .right ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.57);
}
#footer .f-form .right ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.57);
}
#footer .f-form .right ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.57);
}
#footer .f-form .right ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.57);
}
#footer .f-form .right ul li input::placeholder {
  color: rgba(255, 255, 255, 0.57);
}
#footer .f-form .right ul li:last-child {
  width: 48.235%;
}
#footer .f-form .right ul li:last-child input {
  padding-right: 30px;
}
#footer .f-form .right button {
  display: inline-block;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 11px;
  background: transparent;
}
#footer .f-box {
  padding: 67px 0 39px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#footer .f-box .title {
  font-size: 22px;
  line-height: 1;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 2;
  color: #777;
}
#footer .f-box ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box ul li a:hover {
  color: #fff;
}
#footer .f-box .left {
  padding: 12px 138px 0 0;
  height: 100%;
  border-right: 1px solid rgba(216, 216, 216, 0.08);
}
#footer .f-box .right {
  min-width: 1080px;
}
#footer .f-box .right .f-nav {
  min-width: 461px;
}
#footer .f-box .right .f-nav .list {
  width: 100%;
}
#footer .f-box .right .f-contact {
  max-width: 425px;
}
#footer .f-copy {
  font-size: 16px;
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 0 10px;
}
#footer .f-copy a:hover {
  color: #fff;
}
#footer .f-copy .share a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a .iconfont {
  font-size: 17px;
}
#footer .f-copy .share a:last-child {
  margin-right: 0;
}
#footer .f-copy .share a:hover {
  color: #005bac;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1680px) {
  .ui.container,
  #header .ui.container,
  #index-body .news .ui.container {
    max-width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 80px;
  }
  #banner .swiper-slide .text .box {
    max-width: 800px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 66px;
  }
  #index-body .about .title {
    font-size: 166px;
  }
  #index-body .case .content {
    height: 750px;
  }
  #index-body .news .content ul {
    margin-right: -60px;
  }
  #index-body .news .content ul li {
    padding-right: 60px;
  }
  #footer .f-form {
    padding: 47px 60px 40px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container,
  #header .ui.container,
  #index-body .news .ui.container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .logo {
    margin-left: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 60px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 60px;
    padding-left: 30px;
  }
  #index-body .i-product .content ul li .ig {
    padding: 32px 20px 7px 24px;
  }
  #index-body .i-product .content ul li::after {
    bottom: 12%;
  }
  #index-body .about .title {
    font-size: 144px;
  }
  #index-body .application .right ul li .box .bottom {
    padding: 0 20px 19px;
  }
  #index-body .case .content {
    height: 700px;
  }
  #index-body .news .content ul {
    margin-right: -30px;
  }
  #index-body .news .content ul li {
    padding-right: 30px;
  }
  #footer .f-form {
    padding: 47px 30px 40px;
  }
  #footer .f-form .left {
    font-size: 30px;
  }
  #footer .f-box .left {
    padding-right: 60px;
  }
  #footer .f-box .right {
    min-width: 800px;
  }
  #footer .f-box .right .f-nav {
    min-width: 360px;
  }
  #footer .f-box .right .f-contact {
    max-width: 380px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container,
  #header .ui.container,
  #index-body .news .ui.container {
    max-width: 1080px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 40px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 40px;
  }
  #banner .swiper-slide .text {
    top: 53%;
  }
  #banner .swiper-slide .text .box .more {
    padding: 10px 21px;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 30px;
  }
  #index-body .i-product {
    padding: 100px 0 66px;
  }
  .font-30 {
    font-size: 26px;
  }
  #index-body .about .title {
    font-size: 128px;
  }
  #index-body .about .box .data ul li .num {
    font-size: 50px;
  }
  #footer .f-form .left {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container,
  #header .ui.container,
  #index-body .news .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 56px;
  }
  #index-body .i-product .content ul li .ig .bottom span {
    font-size: 86px;
  }
  #index-body .about .title {
    font-size: 113px;
  }
  #index-body .about .box .top .text .list ul li {
    font-size: 17px;
  }
  #footer .f-form .left {
    font-size: 25px;
  }
  #footer .f-box .right {
    min-width: 660px;
  }
  #footer .f-box .right .f-nav {
    min-width: 320px;
  }
  #footer .f-box .right .f-contact {
    max-width: 340px;
    padding-left: 2%;
  }
  #footer .f-box ul li {
    font-size: 16px;
  }
  #footer .f-copy {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
    background: #000;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: auto;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    display: none;
  }
  #mobile .menu-content .menu-logo {
    background: #000;
    padding: 10px;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 50px;
  }
  #banner .swiper-slide .text .box .title img {
    zoom: .8;
  }
  #banner .page .ig {
    height: auto;
  }
  #banner .page .ig .line {
    display: none;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product .content {
    margin-top: 20px;
  }
  #index-body .i-product .content ul li {
    height: 560px;
  }
  #index-body .about {
    padding: 0 0 60px 0;
  }
  #index-body .about .title {
    display: none;
  }
  #index-body .about .box .top {
    padding-left: 0;
  }
  #index-body .about .box .top .img {
    display: none;
  }
  #index-body .about .box .top .text {
    width: 100%;
    padding: 0;
  }
  #index-body .about .box .top .text .bt {
    margin-left: 0;
  }
  #index-body .about .box .top .text .list {
    margin-top: 30px;
  }
  #index-body .about .box .bottom {
    margin-top: 30px;
  }
  #index-body .about .box .data {
    margin-top: 30px;
  }
  #index-body .about .box .data ul li .num {
    font-size: 36px;
  }
  #index-body .about .box .data ul li p {
    font-size: 14px;
  }
  #index-body .application {
    padding: 60px 0 100px;
  }
  #index-body .application .left {
    width: 100%;
    padding: 0;
    position: initial;
    margin-top: 0;
  }
  #index-body .application .right {
    width: 100%;
  }
  #index-body .case {
    display: none;
  }
  #index-body .partner {
    padding: 60px 0;
  }
  #index-body .partner .content ul {
    margin: -12px;
  }
  #index-body .partner .content ul li {
    padding: 12px;
  }
  #index-body .news {
    padding: 60px 0 100px;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul li .bt {
    margin-top: 20px;
  }
  #footer .f-form .left {
    width: 100%;
  }
  #footer .f-form .right {
    width: 100%;
  }
  #footer .f-form .right ul li {
    width: 33.3333%;
  }
  #footer .f-form .right ul li:last-child {
    width: 100%;
  }
  #footer .f-box {
    padding: 30px 0;
  }
  #footer .f-box .left {
    padding-right: 12px;
  }
  #footer .f-box .right {
    min-width: 360px;
  }
  #footer .f-box .right .f-nav {
    display: none;
  }
  #footer .f-copy .share {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .title {
    font-size: 36px;
  }
  #banner .swiper-slide .text .box .title img {
    zoom: .5;
  }
  #banner .swiper-slide .text .box .con {
    font-size: 16px;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 20px;
  }
  #banner .swiper-pagination {
    display: none;
  }
  .more {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-50 {
    font-size: 40px;
  }
  .font-45 {
    font-size: 36px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .content ul {
    margin: 0 -13px 0 0;
  }
  #index-body .i-product .content ul li {
    height: auto;
    padding: 0 13px 20px 0;
  }
  #index-body .i-product .content ul li .ig {
    color: #fff;
  }
  #index-body .i-product .content ul li .ig .text .title {
    font-size: 20px;
    padding-right: 0;
  }
  #index-body .i-product .content ul li .ig .text .con {
    color: #fff;
  }
  #index-body .i-product .content ul li .ig .text .link {
    margin-top: 20px;
  }
  #index-body .i-product .content ul li .ig .text .link img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
  }
  #index-body .i-product .content ul li .ig .bottom .bt {
    display: none;
  }
  #index-body .i-product .content ul li .ig .bottom .img {
    width: 80%;
  }
  #index-body .i-product .content ul li .ig::after {
    top: 0;
  }
  #index-body .i-product .content ul li::after {
    opacity: 1;
    bottom: 0;
  }
  #index-body .i-product .content ul li:hover .ig .text .link {
    position: initial;
    margin-top: 20px;
  }
  #index-body .i-product .content ul li:hover .ig .bottom .img {
    width: 80%;
  }
  #index-body .about {
    padding-bottom: 30px;
  }
  #index-body .about .box .data {
    display: none;
  }
  #index-body .application .right ul li .box {
    height: 280px;
  }
  #index-body .application .right ul li .box .bottom .bt {
    font-size: 16px;
  }
  #index-body .application .right ul li .box .bottom .bt .num {
    font-size: 20px;
  }
  #index-body .partner {
    display: none;
  }
  #index-body .news {
    padding-top: 30px;
  }
  #index-body .news .content ul {
    margin-right: -12px;
  }
  #index-body .news .content ul li {
    padding-right: 12px;
  }
  #index-body .news .content ul li .bt {
    font-size: 20px;
    line-height: 1.4;
  }
  #index-body .news .content ul li .bottom {
    font-size: 14px;
    line-height: 2;
    margin-top: 12px;
  }
  .fixed-toolbar {
    bottom: 9%;
    zoom: .8;
  }
  #footer .f-form {
    padding: 23px 15px 20px;
  }
  #footer .f-form .right ul li {
    width: 50%;
  }
  #footer .f-form .right ul li input {
    font-size: 16px;
  }
  #footer .f-form .right ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-box {
    display: block;
  }
  #footer .f-box .title {
    margin-bottom: 12px;
  }
  #footer .f-box .left {
    width: 30%;
    padding-right: 0;
    border: 0;
  }
  #footer .f-box .right {
    min-width: auto;
    width: 100%;
  }
  #footer .f-box .right .f-contact {
    max-width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide > img {
    min-height: 300px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner .swiper-slide .text .box .title img {
    zoom: .36;
  }
  #banner .swiper-slide .text .box .con {
    font-size: 14px;
    line-height: 2;
  }
  #banner .swiper-slide .text .box .btn .more img {
    margin-left: 9px;
  }
  .more {
    font-size: 14px;
  }
  .font-50 {
    font-size: 30px;
  }
  .font-45 {
    font-size: 25px;
    line-height: 1.4;
  }
  #index-body .about .box .top .text .con {
    line-height: 1.8;
  }
  #index-body .about .box .top .text .con div {
    margin-top: 11px;
  }
  #index-body .application {
    display: none;
  }
  #footer .f-form .right ul li {
    width: 100%;
  }
  #footer .f-box .title {
    font-size: 20px;
  }
  #footer .f-box ul li {
    font-size: 14px;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
  .fixed-toolbar {
    bottom: 12%;
    zoom: .7;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #005bac;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #005bac;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #005bac;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.inner-banner .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 65px;
  left: 0;
  width: 100%;
}
.inner-banner .text .title {
  color: #fff;
}
.inner-banner .text .mbx {
  font-size: 0;
  text-transform: uppercase;
  margin-top: 14px;
}
.inner-banner .text .mbx a,
.inner-banner .text .mbx span {
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  padding-left: 11px;
}
.inner-banner .text .mbx a::before,
.inner-banner .text .mbx span::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 2px;
  background: #fff;
}
.inner-banner .text .mbx a {
  margin-right: 7px;
}
.inner-banner .text .mbx a:first-child {
  padding-left: 0;
}
.inner-banner .text .mbx a:first-child::before {
  display: none;
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 0, 0, 0.3)), to(rgba(3, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(3, 0, 0, 0.3), rgba(3, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(3, 0, 0, 0.3), rgba(3, 0, 0, 0));
  background: linear-gradient(to right, rgba(3, 0, 0, 0.3), rgba(3, 0, 0, 0));
}
.font-60 {
  font-size: 44px;
  line-height: 1.3;
}
.inner-page{
  padding-bottom: 140px;
}
.about-page .about-1 {
  padding-top: 5.157%;
      max-width: 1439px;
    margin: auto;
}
.about-page .about-1 .title {
  margin-top: 0;
}
.about-page .about-1 .img {
  margin-top: 43px;
  position: relative;
}
.about-page .about-1 .img img {
  width: 100%;
}
.about-page .about-1 .img .play {
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
  text-align: center;
}
.about-page .about-1 .img .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img .play i::before,
.about-page .about-1 .img .play i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(176, 0, 0, 0.2);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about-1 .img .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .img .play img {
  width: auto;
}
.about-page .about-1 .content {
  margin-top: 10px;
}
.about-page .about-1 .content .left {
  width: 50%;
}
.about-page .about-1 .content .left .title {
  margin-top: 15px;
}
.about-page .about-1 .content .left ul {
  max-width: 187px;
  margin-top: 83px;
}
.about-page .about-1 .content .left ul li {
  padding-bottom: 45px;
}
.about-page .about-1 .content .left ul li .num {
  font-size: 60px;
  letter-spacing: -3px;
  color: #005bac;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
}
.about-page .about-1 .content .left ul li p {
  color: #57595a;
  line-height: 1.2;
  margin-top: 12px;
}
.about-page .about-1 .content .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-1 .content .right {
  width: 50%;
}
.about-page .about-1 .content .right p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-top: 32px;
}
.about-page .about-1 .content .right p:first-child {
  margin-top: 0;
}
.about-page .about-1 .list {
  padding-top: 8.334%;
}
.about-page .about-1 .list ul {
  margin-right: -73x;
}
.about-page .about-1 .list ul li {
  padding-right: 73px;
}
.about-page .about-1 .list ul li .icon {
  line-height: 62px;
  position: relative;
}
.about-page .about-1 .list ul li .icon img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-1 .list ul li .icon span {
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #005bac;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.about-page .about-1 .list ul li .text {
  margin-top: 17px;
}
.about-page .about-1 .list ul li .text span {
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .about-1 .list ul li .text p {
  color: #57595a;
  line-height: 1.8;
  margin-top: 10px;
}
.about-page .about-1 .list ul .slick-current + div li .icon::before,
.about-page .about-1 .list ul .slick-current + div li .icon::after {
  content: '';
  width: 240px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 41px;
  left: 142px;
}
.about-page .about-1 .list ul .slick-current + div li .icon::before {
  left: -336px;
}
.about-page .about-1 .list .more{
  position: absolute;
  top: 41%;
  right: 0;
}
.about-page .about-2 {
  padding-top: 5.782%;
}
.about-page .about-2 ul li .img-box img {
  width: 100%;
}
.about-page .about-2 ul li .img-box .con{
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
.about-page .about-2 ul li .img-box p {
  /*letter-spacing: 12px;*/
  line-height: 1;
      text-align: center;
    padding-bottom: 30px;
}
.about-page .about-2 ul li .img-box:hover .con {
  opacity: 0;
}
.about-page .about-3 {
  padding: 100px 0;
  position: relative;
}
.about-page .about-3 img.dec {
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transform: translateY(-14%);
  -moz-transform: translateY(-14%);
  -ms-transform: translateY(-14%);
  transform: translateY(-14%);
  width: 37%;
}
.about-page .about-3 .top .ui.container .box {
  max-width: 1204px;
  border-bottom: 1px solid #eee;
  margin-left: 144px;
}
.about-page .about-3 .top .ui.container .box .h3 {
  margin: 60px 0 10px 0;
}
.about-page .about-3 .top .ui.container .box .con{
  margin-bottom: 30px;
  color: #666;
}
.about-page .about-3 .center .ui.container {
  padding-top: 65px;
}
.about-page .about-3 .center .ui.container ul.list4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   margin-left: 144px;
}
.about-page .about-3 .center .ui.container ul.list4 li {
  display: inline-block;
  margin-right: 110px;
  margin-bottom: 50px;
}
.about-page .about-3 .center .ui.container ul.list4 li:nth-child(3) {
  margin-right: 0;
}
.about-page .about-3 .center .ui.container ul.list4 li .item {
  text-align: left;
}
.about-page .about-3 .center .ui.container ul.list4 li .item:hover i img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3 .center .ui.container ul.list4 li .item i img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .center .ui.container ul.list4 li .item .h6 {
  font-weight: 500;
  margin: 25px 0 10px 0;
  font-weight: bold;
}
.about-page .about-3 .center .ui.container ul.list4 li .item p {
  max-width: 400px;
}
.about-page .about-3 .bottom {
  padding-top: 50px;
  padding-bottom: 75px;
  background: url(../images/about-3-bj-btm.png) bottom left no-repeat;
}
.about-page .about-3 .bottom .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .bottom .ui.container .left {
  width: 26.3%;
  text-align: center;
}
.about-page .about-3 .bottom .ui.container .left .h6 {
  margin-top: 20px;
}
.about-page .about-3 .bottom .ui.container .right {
  width: 68%;
}
.inner-page .h3 {
  text-transform: uppercase;
}
.inner-page .h3 em {
  color: #005bac;
}
.inner-page span.tag {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  padding-left: 80px;
  background: url(../images/plane-red.png) center left no-repeat;
}
.about-page .about-4 {
  padding: 120px 0 100px 0;
  
      background-color: #f7f7f7;
      max-width: 1730px;
    margin: auto;
}
.about-page .about-4 .ui.container {
  text-align: center;
  max-width: 1200px;
}
.about-page .about-4 .ui.container p {
  max-width: 1102px;
  margin: 0 auto;
  margin-top: 24px;
  color: #666;
}
.about-page .about-4 .ui.container ul.list6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-4 .ui.container ul.list6 li {
  display: inline-block;
  text-align: center;
  margin-top: 60px;
}
.about-page .about-4 .ui.container ul.list6 li .h6 {
  margin-top: 20px;
  font-weight: bold;
}
.about-page .about-5 {
  /*padding-top: 50px;*/
  
  margin-top: 100px;
}
.about-page .about-5 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-5 .ui.container .left {
  width: 48%;
}
.about-page .about-5 .ui.container .left .h6 {
  font-weight: 500;
  color: #005bac;
}
.about-page .about-5 .ui.container .left .h3 {
  margin: 15px 0 35px 0;
}
.about-page .about-5 .ui.container .left .h3  p{
 color: #666;
}
.about-page .about-5 .ui.container .right {
  width: 48%;
}
.about-page .about-5 .ui.container .right img {
  width: 100%;
}
.about-page .about-6 {
  padding-top: 76px;
}
.about-page .about-6 ul.list7 {
  margin: 0 -20px;
}
.about-page .about-6 ul.list7 li {
  padding: 0 20px;
}
.about-page .about-6 ul.list7 li .item .h6 {
  margin-top: 25px;
  font-weight: bold;
}
.about-page .about-6 ul.list7 li .item .h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-6 ul.list7 li .item .h6 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #005bac;
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .list ul .slick-current+div li .icon:before, 
  .about-page .about-1 .list ul .slick-current+div li .icon:after {
    width: 220px;
    left: 70px;
  }
  .about-page .about-1 .list ul .slick-current+div li .icon:before{
    left: -230px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-banner {
    height: 400px;
  }
   .font-60 {
    font-size: 50px;
  }
   .about-page .about-1 .list ul .slick-current+div li .icon:before, 
  .about-page .about-1 .list ul .slick-current+div li .icon:after {
    width: 280px;
    left: 70px;
  }
  .about-page .about-1 .list ul .slick-current + div li .icon::before {
    left: -290px;
  }
}
@media screen and (max-width: 1100px) {
   .font-60 {
    font-size: 45px;
  }
   .about-page .about-1 .list ul .slick-current+div li .icon:before, 
  .about-page .about-1 .list ul .slick-current+div li .icon:after {
    width: 220px;
    left: 78px;
  }
  .about-page .about-1 .list ul .slick-current + div li .icon::before {
    left: -240px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .text {
    bottom: 36px;
  }
  .font-60 {
    font-size: 40px;
  }
  .about-page .about-1 .content .right p {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-page .about-3 .center .ui.container ul.list4 li {
    margin-right: 50px;
  }
  .about-page .about-5 .ui.container .left {
    width: 100%;
  }
  .about-page .about-5 .ui.container .right {
    width: 100%;
    margin: 20px 0;
  }
  .kemaoyj {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .text .mbx a,
  .inner-banner .text .mbx span {
    font-size: 16px;
  }
  .font-60 {
    font-size: 36px;
  }
  .about-page .about-1 .content {
    margin-top: 20px;
  }
  .about-page .about-1 .list ul {
    margin-right: -60px;
  }
  .about-page .about-1 .list ul li {
    padding-right: 60px;
  }
  .about-page .about-1 .list ul .slick-current + div li .icon::before,
  .about-page .about-1 .list ul .slick-current + div li .icon::after {
    width: 190px;
    left: 60px;
  }
  .about-page .about-1 .list ul .slick-current + div li .icon::before {
    left: -200px;
  }
  .about-page .about-3 .bottom .ui.container .left {
    width: 100%;
  }
  .about-page .about-3 .bottom .ui.container .right {
    width: 100%;
  }
  .about-page .about-4 .ui.container ul.list6 li {
    width: 50%;
  }
  .about-page .about-1 .content .left ul li .num{
    font-size: 46px;
  }
  .about-page .about-2{
    display: none;
  }
  .about-page .about-3{
    padding: 30px 0;
  }
  .about-page .about-3 .top .ui.container .box{
    margin-left: 0;
  }
  .about-page .about-4{
    padding: 30px 0;
  }
  .about-page .about-5{
    margin-top: 30px;
  }
  .about-page .about-6{
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
    .font-60 {
    font-size: 27px;
  }
  .inner-banner {
    background: #fff !important;
    height: auto;
    padding: 20px 0;
  }
  .inner-banner .text {
    color: #000;
    position: initial;
  }
  .inner-banner .text .title {
    display: none;
  }
  .inner-banner .text .mbx {
    margin-top: 0;
  }
  .inner-banner .text .mbx a,
  .inner-banner .text .mbx span {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .text .mbx a::before,
  .inner-banner .text .mbx span::before {
    background: #000;
  }
  .inner-banner::after {
    display: none;
  }
  .about-page .about-1 .img .play {
    top: 39%;
    zoom: .7;
  }
  .about-page .about-1 .content .left {
    width: 100%;
  }
  .about-page .about-1 .content .left ul {
    display: none;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-1 .content .right p {
    line-height: 1.8;
  }
  .about-page .about-1 .list ul .slick-current + div li .icon::before,
  .about-page .about-1 .list ul .slick-current + div li .icon::after {
    display: none;
  }
  .about-page .about-1 .list ul li .text p {
    line-height: 2;
  }
}
.his-page{
  padding-bottom: 0;
}
.history-page {
  background: url(../images/history-bg.jpg) no-repeat center bottom;
  padding: 150px 0;
  position: relative;
  margin: auto;
      
}
.history-page i {
  position: absolute;
  top: -25%;
  width: 1px;
  height: 115vh;
  background-color: #dcdcdc;
}
.history-page i.line1 {
  left: 15px;
}
.history-page i.line2 {
  left: 50%;
}
.history-page i.line3 {
  right: 15px;
}
.history-page .swiper {
  overflow: hidden;
}
.history-page .swiper ul {
  height: 710px;
}
.history-page .swiper ul li {
  width: 590px;
  padding: 12px 3px 0 0;
}
.history-page .swiper ul li .tit {
  font-size: 70px;
  letter-spacing: -7px;
  color: #005bac;
  text-shadow: 10px 16px 18px rgba(8, 1, 3, 0.19);
  line-height: 1;
  margin-bottom: -30px;
}
.history-page .swiper ul li .img {
  margin-top: 40px;
}
.history-page .swiper ul li .img img {
  width: 80%;
}
.history-page .swiper ul li .con {
  color: #292b2c;
  margin-top: 27px;
  /*max-height: 60px;
  overflow-y: auto;*/
}
.history-page .swiper ul li:nth-child(even) {
  margin: 0 0 0 auto;
  padding-top: 0;
  text-align: right;
}
.history-page .swiper ul li:nth-child(even) .tit {
  padding-right: 5px;
}
.history-page .swiper ul li:nth-child(even) .ig {
  -webkit-transform: translateY(-37%);
  -moz-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
}
.history-page .swiper .prev,
.history-page .swiper .next {
  position: absolute;
  z-index: 10;
  left: 49.1%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 600px;
}
.history-page .swiper .prev img,
.history-page .swiper .next img {
  display: inline-block;
  vertical-align: bottom;
}
.history-page .swiper .prev span,
.history-page .swiper .next span {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 18px;
  color: #292b2c;
  line-height: 1;
}
.history-page .swiper .prev {
  top: 0;
}
.history-page .swiper .prev:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.history-page .swiper .next {
  bottom: 0;
}
.history-page .swiper .next:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
@media screen and (max-width: 1366px) {
  .history-page .swiper ul {
    height: 600px;
  }
  .history-page .swiper ul li:nth-child(even) .ig {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    transform: translateY(-57%);
  }
}
@media screen and (max-width: 1100px) {
  .history-page {
    zoom: .8;
  }
  .history-page i {
    height: 128vh;
  }
  .history-page .swiper ul {
    height: 560px;
  }
  .history-page .swiper ul li .tit {
    font-size: 70px;
  }
  .history-page .swiper ul li .img {
    margin-top: 20px;
  }
  .history-page .swiper ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .history-page i {
    display: none;
  }
  .history-page .swiper ul {
    height: 381px;
  }
  .history-page .swiper ul li .tit {
    font-size: 60px;
  }
  .history-page .swiper ul li:nth-child(odd) {
    padding-left: 70px;
  }
  .history-page .swiper ul li:nth-child(even) {
    padding-right: 70px;
  }
  .history-page .swiper ul li:nth-child(even) .ig {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .history-page .swiper .prev,
  .history-page .swiper .next {
    zoom: .8;
  }
  .history-page .swiper .prev {
    left: 0;
  }
  .history-page .swiper .next {
    left: initial;
    right: 0;
  }
}
.faq-page {
  padding: 5.452% 0 7.116%;
}
.faq-page .title {
  margin-top: 0;
}
.faq-page .list {
  margin-top: 61px;
}
.faq-page .list ul li {
  padding-bottom: 20px;
}
.faq-page .list ul li .tit {
  border: solid 1px #dcdcdc;
  color: #111;
    font-size: 22px;
    line-height: 2;
    padding: 22px 60px 10px 17px;
  position: relative;
  font-weight:bold;
}
.faq-page .list ul li .tit span {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 100%;
  background-color: #292b2c;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 100;
}
.faq-page .list ul li .tit span i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list ul li .tit span.active {
  background: #005bac;
}
.faq-page .list ul li .tit span.active i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .list ul li .con {
  padding: 20px 17px 6px;
  color: #292b2c;
  line-height: 1.7;
}
.faq-page .list ul li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .faq-page .list ul li .tit {
    font-size: 16px;
    padding: 10px 60px 10px 10px;
  }
  .faq-page .list ul li .con {
    padding: 10px 10px 6px;
  }
  .faq-page .list {
    margin-top: 30px;
  }
}
.honor-page {
  padding-top: 5.05%;
}
.honor-page .honor-list {
  position: relative;
  z-index: 1;
  margin-top: 138px;
}
.honor-page .honor-list .title {
  margin-top: 0;
}
.honor-page .honor-list .con {
  color: #57595a;
  margin-top: 100px;
}
.honor-page .honor-list .list {
  margin-top: 60px;
}
.honor-page .honor-list .list ul {
  margin: -21px;
}
.honor-page .honor-list .list ul li {
  padding: 21px;
}
.honor-page .honor-list .list ul li .img-box img {
  width: 100%;
}
.honor-page .honor-list .list .slick-arrow {
  position: absolute;
  top: 48%;
  width: 30px;
  height: 58px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-list .list .slick-prev {
  left: -65px;
  background: url(../images/honor-prev.png) no-repeat center;
}
.honor-page .honor-list .list .slick-next {
  right: -21px;
  background: url(../images/honor-next.png) no-repeat center;
}
.honor-page .honor-list::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 45%;
  background: #eee;
  left: 0;
  bottom: 170px;
}
.honor-page .honor-list:first-child {
  margin-top: 0;
}
.honor-page .honor-list:nth-child(2)::after {
  height: 64%;
}
.honor-page .honor-list:last-child {
  padding-bottom: 67px;
}
.honor-page .honor-list:last-child::after {
     bottom: -140px;
    height: 116%;
}
@media screen and (max-width: 1440px) {
  .honor-page .honor-list .list .slick-prev {
    left: -36px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .honor-page .honor-list .list ul {
    padding: 0 30px;
    margin: -10px;
  }
  .honor-page .honor-list .list ul li {
    padding: 10px;
  }
  .honor-page .honor-list .list .slick-arrow {
    zoom: .8;
  }
  .honor-page .honor-list .list .slick-prev {
    left: -6px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .honor-page .honor-list {
    margin-top: 100px;
  }
  .honor-page .honor-list .list {
    margin-top: 100px;
  }
  .honor-page .honor-list::after {
    bottom: 100px;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 40px;
  }
  .honor-page .honor-list:last-child::after {
    height: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-list {
    margin-top: 60px;
  }
  .honor-page .honor-list .con {
    margin-top: 20px;
  }
  .honor-page .honor-list .list {
    margin-top: 60px;
  }
  .honor-page .honor-list::after {
    bottom: 50px;
    height: 35%;
  }
  .honor-page .honor-list:nth-child(2)::after {
    height: 45%;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 20px;
  }
  .honor-page .honor-list:last-child::after {
    height: 40%;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor-list .list {
    margin-top: 30px;
  }
  .honor-page .honor-list {
    margin-top: 30px;
  }
}
.specialist-page .init-1 .container .title_c .left {
  width: 41%;
  text-align: left;
}
.specialist-page .init-1 .container .title_c .right {
  width: 54%;
  margin-left: auto;
  color: #777777;
}
.specialist-page .init-1 .container .content {
  margin-top: 50px;
}
.specialist-page .init-1 .container .content .left {
  width: 50%;
}
.specialist-page .init-1 .container .content .left img {
  width: 100%;
  margin-top: 0;
}
.specialist-page .init-1 .container .content .right {
  margin-top: -20px;
  width: 46%;
  margin-left: auto;
}
.specialist-page .init-1 .container .content .right .list .title_c {
  cursor: pointer;
  padding: 15px 15px 15px 0;
  position: relative;
  border-bottom: 1px solid #b4b4b4;
}
.specialist-page .init-1 .container .content .right .list .title_c .img {
  width: 50px;
  margin-top: 0;
}
.specialist-page .init-1 .container .content .right .list .title_c .text {
  font-weight: bold;
  padding-left: 30px;
}
.specialist-page .init-1 .container .content .right .list .title_c i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 27px;
}
.specialist-page .init-1 .container .content .right .list .title_c.active {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-1 .container .content .right .list .title_c.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.specialist-page .init-1 .container .content .right .list .cont {
  display: none;
  color: #fff;
  padding: 26px 36px;
  background-color: #005bac;
  text-align: left;
}
.specialist-page .init-1 .container .content .right .list:last-child .title_c {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-2 .container .content {
  -o-background-size: cover;
  background-size: cover;
  height: 660px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pt-100{
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
@media (max-width: 1000px) {
  .specialist-page .init-1 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .title_c .right {
    width: 100%;
    margin-top: 20px;
  }
  .specialist-page .init-1 .container .content .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .specialist-page .init-1 .container .content .right .list .title_c .img {
    width: 28px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c .text {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
    font-size: 18px;
    padding-left: 10px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c i {
    top: 24px;
  }
  .specialist-page .init-1 .container .content .right .list .cont {
    padding: 20px 16px;
  }
  .pt-100,
   .pt-110 {
    padding-top: 40px;
  }
}
.responsibility-page .init-1{
  text-align: center;
}
.responsibility-page .init-1 .des{
  color: 777777;
  margin-top: 20px;
}
.responsibility-page .init-1 img{
  width: 100%;
  margin-top: 50px;
}
.responsibility-page .init-3{
  background-image: linear-gradient(to bottom , #f7f7f7 , #f7f7f7 );
}
.responsibility-page .init-3 .list{
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.responsibility-page .init-3 .list:first-child{
  margin-top: 0;
}
.responsibility-page .init-3 .list .left{
  width: 49%;
}
.responsibility-page .init-3 .list .left img{
  width: 100%;
}
.responsibility-page .init-3 .list .right{
  width: 49%;
  padding-left: 50px;
}
.responsibility-page .init-3 .list .right .des{
  margin-top: 30px;
  color: #777;
}
.responsibility-page .init-3 .list:nth-child(2n) .left{
  order: 2;
}
.responsibility-page .init-3 .list:nth-child(2n) .right{
  padding-left: 0;
  padding-right: 50px;
}
.responsibility-page .init-4{
  background-color: #f7f7f7;
}
.responsibility-page .init-4 .cont{
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-size: cover;
  padding: 60px 0;
}
.responsibility-page .init-4 .cont .cont_c{
  max-width: 1050px;
  text-align: center;
  margin: auto;
}
.responsibility-page .init-4 .cont .cont_c .des{
  color: #777;
  margin-top: 30px;
}
.responsibility-page .init-5 .swiper{
  overflow: hidden;
}
.responsibility-page .init-5 .des{
  color: #777;
  margin-top: 24px;
}
.responsibility-page .init-5 .content{
  margin-top: 40px;
}
.responsibility-page .init-5 .content ul li .img{
  display: block;
}
.responsibility-page .init-5 .content ul li .img img{
  width: 100%;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.pt-90{
  padding-top: 90px;
}
.pb-100{
  padding-bottom: 100px;
}
.pt-130 {
  padding-top: 130px;
}
.pb-130{
  padding-bottom: 130px;
}
@media (max-width: 1500px) {
  .responsibility-page .init-4 .cont{
    padding: 0;
    border-radius: 16px;
  }
  .responsibility-page .init-4 .cont .cont_c{
    width: 100%;
    max-width: 100%;
    padding: 20px 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(2px);
  }
  .responsibility-page .init-4 .cont .cont_c .des{
    color: #000;
  }
}
@media (max-width: 1000px) {
  .responsibility-page .init-3 .list .left{
    width: 100%;
  }
  .responsibility-page .init-3 .list .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .responsibility-page .init-3 .list:nth-child(2n) .left{
    order: -1;
  }
  .responsibility-page .init-3 .list:nth-child(2n) .right{
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .responsibility-page .init-3 .list{
    margin-top: 40px;
  }
  .pt-80,
  .pt-90,
  .pt-130{
    padding-top: 40px;
  }
  .pb-80,
  .pb-100,
  .pb-130{
    padding-bottom: 80px;
  }
}
.global-page .init-2 .container {
  text-align: center;
}
.global-page .init-2 .container .tips {
  font-weight: bold;
}
.global-page .init-2 .container .list_cont {
  margin: 0 -25px;
}
.global-page .init-2 .container .list_cont li {
  margin-top: 50px;
  width: 25%;
  padding: 0 24px;
}
.global-page .init-2 .container .list_cont li .box img {
  height: 90px;
}
.global-page .init-2 .container .list_cont li .box .text {
  margin-top: 30px;
  font-weight: bold;
}
.global-page .init-2 .container .list_cont li .box .des {
  margin-top: 20px;
  color: #777777;
}
@media (max-width: 1000px) {
  .global-page .init-2 .container .list_cont li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .global-page .init-2 .container .list_cont li .box .text {
    font-size: 20px;
  }
}
.knowledge-page {
  padding: 6.312% 0 0;
}
.knowledge-page .list ul li {
  margin-bottom: 35px;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 60px 15px 38px;
  position: relative;
}
.knowledge-page .list ul li .box {
  max-width: 1439px;
  margin: 0 auto;
}
.knowledge-page .list ul li .box .con {
  color: #57595a;
  margin-top: 18px;
  height: 120px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.knowledge-page .list ul li .box time {
  display: inline-block;
  color: #005bac;
  font-size: 18px;
  line-height: 1;
  margin-top: 29px;
}
.knowledge-page .list ul li .box time em {
  font-size: 30px;
}
.knowledge-page .list ul li span {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #292b2c;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.knowledge-page .list ul li span i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.knowledge-page .list ul li:last-child {
  margin-bottom: 0;
}
.knowledge-page .list ul li.active .box .con {
  height: 280px;
  overflow-y: auto;
}
.knowledge-page .list ul li.active span {
  background: #005bac;
}
.knowledge-page .list ul li.active span i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.m-page {
  margin-top: 88px;
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: solid 1px #a6a6a6;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  color: #292b2c;
  font-weight: 600;
  margin-right: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a.prev,
.m-page a.next {
  background-color: #292b2c;
  border-color: #292b2c;
  color: #fff;
}
.m-page a:hover,
.m-page span.current {
  background: #005bac;
  color: #fff;
  border-color: #005bac;
}
@media screen and (max-width: 700px) {
  .knowledge-page .list ul li .box {
    padding-right: 45px;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a,
  .m-page span {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .knowledge-page .list ul li span {
    zoom: .6;
  }
  .knowledge-page .list ul li .box {
    padding-right: 20px;
  }
}
.market-page .init-1{
  background-color: #f7f7f7;
}

.market-page .init-1 .container{
  text-align: center;
}
.market-page .init-1 .container .tips_des{
  margin-top: 30px;
}
.market-page .init-1 .container .content{
  width: 970px;
  height: 630px;
  position: relative;
  margin: 60px auto 0;
}
.market-page .init-1 .container .content img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: sca_ani_2 5s linear infinite;
}
.market-page .init-1 .container .content .list_cont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.market-page .init-1 .container .content .list_cont .list{
  position: absolute;
  top: 170px;
  left: 136px;
  width: 130px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}
.market-page .init-1 .container .content .list_cont .list2{
  left: 200px;
  top: 310px;
}
.market-page .init-1 .container .content .list_cont .list3{
  left: 360px;
  top: 118px;
}
.market-page .init-1 .container .content .list_cont .list4{
  left: 440px;
  top: 240px;
}
.market-page .init-1 .container .content .list_cont .list5{
  left: 520px;
  top: 146px;
}
.market-page .init-1 .container .content .list_cont .list6{
    left: 646px;
    top: 290px;
}
.market-page .init-1 .container .content .list_cont .list7{
    left: 750px;
    top: 230px;
}
.market-page .init-1 .container .content .list_cont .list8{
    left: 790px;
    top: 370px;
}
.market-page .init-1 .container .content .list_cont .list .cir{
  width: 7px;
  height: 7px;
  position: relative;
  margin: auto;
}
.market-page .init-1 .container .content .list_cont .list .cir .cont{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #005bac;
  border-radius: 50%;
}
.market-page .init-1 .container .content .list_cont .list .cir .ling{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #005bac;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
.market-page .init-1 .container .content .list_cont .list2 .cir .ling,
.market-page .init-1 .container .content .list_cont .list6 .cir .ling{
  animation-delay: -1.5s;
}
.market-page .init-1 .container .content .list_cont .list3 .cir .ling,
.market-page .init-1 .container .content .list_cont .list8 .cir .ling{
  animation-delay: -1s;
}
.market-page .init-1 .container .content .list_cont .list5 .cir .ling{
  animation-delay: -2s;
}
.market-page .init-1 .container .content .list_cont .list .text{
  margin-top: 10px;
}
.market-page .init-1 .container .content .list_cont .list:hover .cir .cont,
.market-page .init-1 .container .content .list_cont .list:hover .cir .ling{
  background: #005bac;
}
@keyframes sca_ani_2 {
  0% {
    transform: scale(1);
  }
  50%{
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
.pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1000px) {
  .market-page .init-1 .container .content{
    zoom: .7;
  }
}
@media screen and (max-width: 700px) {
  .market-page .init-1 .container .content img{
    display: none;
  }
  .market-page .init-1 .container .content{
    zoom: 1;
    width: 100%;
    height: auto;
  }
  .market-page .init-1 .container .content .list_cont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .market-page .init-1 .container .content .list_cont .list{
    top: 0;
    margin-top: 20px;
    left: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 15px;
    width: auto;
  }
  .market-page .init-1 .container .content .list_cont .list .cir{
    margin: 0;
    margin-top: 18px;
  }
  .market-page .init-1 .container .content .list_cont .list .text{
    width: auto;
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .market-page .init-1 .container .content{
    margin-top: 20px;
  }
  .pt-120 {
   padding-top: 40px;
 }
}
.cases-page {
  /*padding: 6.255% 0 0;*/
      background-color: #f7f7f7;
    margin-top: 110px;
    padding: 80px 0 30px 0;
}
.cases-page .list ul {
  margin: 0 -28px -70px 0;
}
.cases-page .list ul li {
  padding: 0 28px 70px 0;
}
.cases-page .list ul li .ig {
  position: relative;
  overflow: hidden;
}
.cases-page .list ul li .ig .img-box img {
  width: 100%;
}
.cases-page .list ul li .ig .text {
  position: absolute;
  /*bottom: -42%;*/
  left: 0;
  width: 100%;
  padding: 0 65px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cases-page .list ul li .ig .text .tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.cases-page .list ul li .ig .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  margin-top: 18px;
}
.cases-page .list ul li .ig .text .more {
  margin-top: 26px;
}
.cases-page .list ul li .ig:hover .text {
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(10, 10, 10, 0.5);
}
.cases-page .list ul li .ig:hover .text .more {
  width: 237px;
}
@media screen and (max-width: 1220px) {
  .cases-page .list ul li .ig .text {
    bottom: -55%;
  }
}
@media screen and (max-width: 1130px) {
  .cases-page .list ul li .ig .text {
    bottom: -60%;
  }
}
@media screen and (max-width: 1050px) {
  .cases-page .list ul li .ig .text {
    bottom: -65%;
  }
}
@media screen and (max-width: 1000px) {
  .cases-page .list ul {
    margin: 0 -20px -30px 0;
  }
  .cases-page .list ul li {
    padding:30px 10px;
  }
  .cases-page .list ul li .ig .text {
    position: initial;
    background: rgba(10, 10, 10, 0.5);
    padding: 20px 15px;
    display: block;
  }
  .cases-page .list ul li .ig .text p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .cases-page .list ul li .ig .text .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .cases-page .list ul li .ig:hover .text .more {
    width: auto;
  }
  .cases-page .list ul li .ig .text .more em {
    margin-left: -13px;
  }
}
.casedet-page .casedet-1 {
  padding-top: 9.167%;
  position: relative;
}
.casedet-page .casedet-1 .swiper {
  overflow: hidden;
}
.casedet-page .casedet-1 .swiper-slide-shadow-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.casedet-page .casedet-1 .swiper-slide-shadow-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.casedet-page .casedet-1 .swiper-button-next,
.casedet-page .casedet-1 .swiper-button-prev {
  top: 59%;
  -webkit-filter: brightness(0) opacity(0.3);
  filter: brightness(0) opacity(0.3);
}
.casedet-page .casedet-1 .swiper-button-prev {
  left: -67px;
}
.casedet-page .casedet-1 .swiper-button-next {
  right: -67px;
}
.casedet-page .casedet-2 {
  margin-top: 61px;
}
.casedet-page .casedet-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.casedet-page .casedet-2 .top h1 {
  margin-top: 0;
  width: 80%;
}
.casedet-page .casedet-2 .options {
  margin-top: 66px;
}
.casedet-page .casedet-2 .options ul {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.casedet-page .casedet-2 .options ul li {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(41, 43, 44, 0.5);
  margin-right: 161px;
  padding-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.casedet-page .casedet-2 .options ul li:last-child {
  margin-right: 0;
}
.casedet-page .casedet-2 .options ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #292b2c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.casedet-page .casedet-2 .options ul li:hover,
.casedet-page .casedet-2 .options ul li.active {
  color: #292b2c;
}
.casedet-page .casedet-2 .options ul li:hover::after,
.casedet-page .casedet-2 .options ul li.active::after {
  width: 100%;
}
.casedet-page .casedet-2 .ret {
  margin-top: 54px;
}
.casedet-page .casedet-2 .ret .tit {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: #292b2c;
  margin-bottom: 15px;
  display: none;
}
.casedet-page .casedet-2 .ret .con {
  color: #57595a;
}
.casedet-page .casedet-2 .ret .con p {
  margin-top: 5px;
}
.casedet-page .casedet-2 .ret .con p:first-child {
  margin-top: 0;
}
.casedet-page .casedet-2 .list {
  border-top: 1px solid #dcdcdc;
  margin-top: 45px;
  padding-top: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.casedet-page .casedet-2 .list .share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.casedet-page .casedet-2 .list .share a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) opacity(0.9);
  filter: brightness(0) opacity(0.9);
}
.casedet-page .casedet-2 .list .share a:last-child {
  margin-right: 0;
}
.casedet-page .casedet-2 .list .share a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .Auxil-related {
  margin-top: 116px;
}
.inner-page .Auxil-about {
  padding-top: 9.751%;
}
.inner-page .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .Auxil-about .box .img {
  width: 49%;
}
.inner-page .Auxil-about .box .img span {
  height: 100%;
}
.inner-page .Auxil-about .box .img span img {
  width: 100%;
  height: 100%;
}
.inner-page .Auxil-about .box .text {
  width: 51%;
  padding-left: 39px;
}
.inner-page .Auxil-about .box .text .con {
  color: #57595a;
  margin-top: 26px;
  max-height: 176px;
  overflow-y: auto;
}
.inner-page .Auxil-about .box .text .more {
  margin-top: 27px;
}
.inner-page .Auxil-honor {
  padding-top: 5.26%;
}
.inner-page .Auxil-honor ul {
  margin-right: -43px;
}
.inner-page .Auxil-honor ul li {
  padding-right: 43px;
}
.inner-page .Auxil-honor ul li .img-box img {
  width: 100%;
}
.inner-page .Auxil-honor ul .slick-arrow {
  position: absolute;
  top: 39%;
  width: 30px;
  height: 58px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .Auxil-honor ul .slick-prev {
  left: -65px;
  background: url(../images/honor-prev.png) no-repeat center;
}
.inner-page .Auxil-honor ul .slick-next {
  right: -21px;
  background: url(../images/honor-next.png) no-repeat center;
}
.inner-page .Auxil-news {
  padding-top: 8.09%;
}
.inner-page .Auxil-news .title {
  margin-top: 7px;
}
.inner-page .Auxil-news .content {
  margin-top: 43px;
}
.inner-page .Auxil-news .content ul {
  margin-right: -23px;
}
.inner-page .Auxil-news .content ul li {
  padding-right: 23px;
}
.inner-page .Auxil-news .content ul li .ig {
  background-color: #292b2c;
  color: #fff;
  padding: 38px 42px 42px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .Auxil-news .content ul li .ig .tit {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  color: #fefefe;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inner-page .Auxil-news .content ul li .ig p {
  margin-top: 20px;
  width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.inner-page .Auxil-news .content ul li .ig:hover {
  background: #005bac;
}
.inner-page .Auxil-industry {
  padding-top: 8.09%;
}
.inner-page .Auxil-industry .con {
  margin-top: 53px;
  color: #57595a;
}
.inner-page .Auxil-industry .con p {
  margin-top: 32px;
}
.inner-page .Auxil-industry .con p:first-child {
  margin-top: 0;
}
.Auxil-related {
  text-align: center;
}
.Auxil-related .slick-arrow{
  position: absolute;
  top: 40%;
  width: 46px;
  height: 46px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.Auxil-related .slick-arrow:hover{
  background-color: #292b2c;
}
.Auxil-related .slick-prev{
  left: -13.2%;
  background: url(../images/fenlei-left.png) no-repeat center;
}
.Auxil-related .slick-next{
  right: -10.8%;
  background: url(../images/fenlei-right.png) no-repeat center;
}
.Auxil-related .content {
  margin-top: 45px;
}
.Auxil-related .content ul {
  margin-right: -20px;
}
.Auxil-related .content ul li {
  padding-right: 20px;
}
.Auxil-related .content ul li .img-box {
  border: 1px solid #e5e5e5;
}
.Auxil-related .content ul li .tit {
  font-size: 20px;
  font-weight: 600;
  color: #292b2c;
  padding: 9px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.Auxil-related .content ul li .tit:hover {
  background: #292b2c;
  color: #fff;
}
.casedet-page .Auxil-related {
  margin-top: 116px;
}
.Auxil-related span.tag,
.contact-page .contact-1 span.tag{
  padding-left: 0;
  background: transparent;
  color: #005bac;
  margin-bottom: 20px;
  display: block;
}
.contact-page .contact-1 .form {
  margin-top: 59px;
}
.contact-page .contact-1 .form ul {
  margin: 0 -38px -66px 0;
}
.contact-page .contact-1 .form ul li {
  padding: 0 38px 66px 0;
}
.contact-page .contact-1 .form ul li input {
  width: 100%;
  height: 38px;
  color: #57595a;
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #292b2c;
}
.contact-page .contact-1 .form ul li input::-webkit-input-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input:-moz-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input::-moz-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input:-ms-input-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input::placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input:focus {
  border-color: #005bac;
}
.contact-page .contact-1 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form ul li .more {
  display: block;
  width: 100%;
  text-align: center;
  background: #292b2c;
}
.contact-page .contact-1 .form ul li .more::before {
  background: #005bac;
}
.market-page .init-5 .container1 .tipsTitle {
  text-align: center;
  color: #111;
}
.market-page .init-5 .container1 .content ul {
  margin: -6px -6px -6px 0;
}
.market-page .init-5 .container1 .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 14.28%;
}
.market-page .init-5 .container1 .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #005bac;
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.market-page .init-5 .container1 .content ul li .box {
  height: 100%;
}
.market-page .init-5 .container1 .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.market-page .init-5 .container1 .content ul li .box .imgC img {
  max-width: 100%;
}
.market-page .init-5 .container1 .content ul li:nth-child(-n+6) {
  border-top: none;
}
.market-page .init-5 .container1 .content ul li:nth-child(7n) {
  border-right: none;
}
@media screen and (max-width: 1280px) {
  .prodet-page .Auxil-related {
    margin-top: 60px;
  }
  .inner-page .Auxil-honor ul {
    margin-right: -15px;
    padding: 0 30px;
  }
  .inner-page .Auxil-honor ul li {
    padding-right: 15px;
  }
  .inner-page .Auxil-honor ul .slick-arrow {
    zoom: .8;
  }
  .inner-page .Auxil-honor ul .slick-prev {
    left: -10px;
  }
  .inner-page .Auxil-honor ul .slick-next {
    right: 0;
  }
  .casedet-page .Auxil-related {
   margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .casedet-page .casedet-1 {
    padding: 9.167% 20px 0;
  }
  .casedet-page .casedet-1 .swiper-button-next,
  .casedet-page .casedet-1 .swiper-button-prev {
    zoom: .8;
  }
  .casedet-page .casedet-1 .swiper-button-next {
    right: -10px;
  }
  .casedet-page .casedet-1 .swiper-button-prev {
    left: -10px;
  }
  .casedet-page .casedet-2 .top {
    display: block;
  }
  .casedet-page .casedet-2 .top .more {
    margin-top: 20px;
  }
  .casedet-page .casedet-2 .list {
    display: block;
  }
  .casedet-page .casedet-2 .list .share {
    margin-top: 10px;
  }
  .inner-page .Auxil-news .content ul {
    margin-right: -15px;
  }
  .inner-page .Auxil-news .content ul li {
    padding-right: 15px;
  }
  .inner-page .Auxil-news .content ul li .ig {
    padding: 20px 15px 24px;
  }
  .inner-page .Auxil-news .content ul li .ig .tit {
    font-size: 22px;
  }
   .Auxil-related .content ul li .tit {
    font-size: 20px;
  }
  .market-page .init-5 .container .content ul li .box .imgC {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
  .casedet-page .casedet-2 {
    margin-top: 30px;
  }
  .casedet-page .casedet-2 .options {
    margin-top: 30px;
  }
  .casedet-page .casedet-2 .options ul li {
    font-size: 22px;
    margin-right: 80px;
  }
  .casedet-page .casedet-2 .ret {
    margin-top: 30px;
  }
  .inner-page .Auxil-about .box .img {
    width: 100%;
  }
  .inner-page .Auxil-about .box .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page .Auxil-news .content {
    margin-top: 20px;
  }
  .inner-page .Auxil-news .content ul li .ig .tit {
    font-size: 20px;
  }
  .inner-page .Auxil-news .content ul li .ig p {
    width: 100%;
    margin-top: 10px;
  }
  .casedet-page .Auxil-related {
   margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .casedet-page .casedet-2 .options {
    display: none;
  }
  .casedet-page .casedet-2 .ret .slide {
    display: block;
    margin-top: 15px;
  }
  .casedet-page .casedet-2 .ret .slide .tit {
    display: block;
  }
  .casedet-page .casedet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .Auxil-related .content {
    margin-top: 20px;
  }
}
.download-page .down-1 {
  text-align: center;
  padding: 90px 0 ;
}
.download-page .down-1 ul.downlist {
  margin: 0 -20px;
  margin-top: 30px;
  text-align: left;
}
.download-page .down-1 ul.downlist li {
  padding: 20px;
}
.download-page .down-1 ul.downlist li .item {
  width: 100%;
  border: 2px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/donw-bj.png) right bottom no-repeat;
  background-size: cover;
}
.download-page .down-1 ul.downlist li .item .imgbox {
  width: 47%;
}
.download-page .down-1 ul.downlist li .item .text {
  width: 45%;
}
.download-page .down-1 ul.downlist li .item .text .h6 {
  font-weight:bold;
}
.download-page .down-1 ul.downlist li .item .text a.down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
}
.download-page .down-1 ul.downlist li .item .text a.down img {
  margin-right: 20px;
}
.news-page {
  padding: 90px 0 70px;
}
.news-page .slideBarleft .list ul li {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
}
.news-page .slideBarleft .list ul li:first-child {
  padding-top: 0;
}
.news-page .slideBarleft .list ul li .img {
  vertical-align: middle;
  width: 40%;
  padding-right: 20px;
  position: relative;
}
.news-page .slideBarleft .list ul li .img a.img-box {
  display: block;
}
.news-page .slideBarleft .list ul li .img a.img-box img {
  width: 100%;
}
.news-page .slideBarleft .list ul li .content {
  width: 60%;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
}
.news-page .slideBarleft .list ul li .content span.tag:after {
  display: none;
}
.news-page .slideBarleft .list ul li .content span.tag {
  margin-bottom: 35px;
  font-size: 16px;
  color: #181818;
}
.news-page .slideBarleft .list ul li .content span.tag:before {
  width: 50px;
}
.news-page .slideBarleft .list ul li .content h3 {
  font-size: 24px;
  line-height: 44px;
  color: #181818;
  text-transform: capitalize;
  /*white-space: nowrap;*/
  -webkit-transition: .5s;
  /*font-weight: 500;*/
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
.news-page .slideBarleft .list ul li .content h3:hover {
  color: #005bac;
}
.news-page .slideBarleft .list ul li .content div.tag {
  font-size: 16px;
  line-height: 30px;
  color: #909090; 
  margin-top: 10px;
}
.news-page .slideBarleft .list ul li .content div.tag img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}
.news-page .slideBarleft .list ul li .content .share {
  margin-top: 40px;
}
.news-page .slideBarleft .list ul li .content .share dd {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.news-page .slideBarleft .list ul li .content .share dd a {
  display: block;
}
.news-page .slideBarleft .list ul li .content .share dd:hover {
  color: white;
  background: #005bac;
}
.news-page .slideBarleft .list ul li .content a.more {
  line-height: 44px;
  height: 44px;
  padding: 0 25px;
  /*border-radius: 2px;*/
  background: #005bac;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
}
.news-page .slideBarleft .list ul li .content a.more:hover {
  background: #222;
}
.inner-page .slideBarBox .slideBarleft {
  width: 75%;
  padding-right: 2%;
}
.inner-page .slideBarBox .slideBarright {
  width: 25%;
  padding-left: 2%;
  line-height: 2;
  position: sticky;
  top: 125px;
}
.inner-page .slideBarBox .slideBarright form {
  position: relative;
  width: 100%;
}
.inner-page .slideBarBox .slideBarright form input {
  width: 100%; 
  height: 57px;
  padding: 0 60px 0 15px; 
  font-size: 18px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 72px;
}
.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input[type="submit"] {
  width: 51px;
  height: 51px;
  position: absolute;
  right: 4px;
  top: 3px;
  padding: 0;
  background: url("../images/product-s-1.png") center center no-repeat;
  border: none;
}
.inner-page .slideBarBox .slideBarright h3 {
  margin: 60px 0 10px;
  font-size: 30px;
      text-transform: uppercase;
      /*font-weight: 700;*/
  color: #181818;
  line-height: 1.2;
  font-weight: bold;
}
.inner-page .slideBarBox .slideBarright h3:after {
  content: '';
  width: 56px;
  height: 2px;
  background: #005bac;
  margin-top: 15px;
  display: block;
}
.inner-page .slideBarBox .slideBarright .navList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  line-height: 36px;
  color: #181818;
  position: relative; 
}
.inner-page .slideBarBox .slideBarright .navList ul li:after {
  content: '';
  width: 9px;
  height: 2px;
  background: #005bac;
  position: absolute;
  right: 100%;
  top: 22px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .navList ul li em {
  float: right;
  color: #939393;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
  color: #005bac;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
  opacity: 1;
}
.inner-page .slideBarBox .slideBarright .proList ul li {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.inner-page .slideBarBox .slideBarright .proList ul li span {
  max-width: 40%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 30px;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,91,172,0.57) url(/template/en/images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-top: 7px;
  color: #181818; 
  line-height: 30px;
  word-break: break-word;
  font-weight: bold;

}
.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
  display: block;
  color: #7f7f7f;
  margin-top: 5px;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Poppins';
    
}
.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
  margin-top: 0;
}
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
  opacity: 1;
}
@media screen and (max-width: 1500px){
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 28px;
  }
  .news-page .slideBarleft .list ul li .content .share dd {
    margin-right: 5px;
  }
  .news-page .slideBarleft .list ul li .content .share {
    margin-top: 20px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 20px;
  }
  .news-page .slideBarleft .list ul li .content span.tag:before {
    width: 30px;
  }
  .inner-page .slideBarBox .slideBarright h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px){
   .inner-page .slideBarBox .slideBarright form input {
    font-size: 14px;
  }
  .news-page .slideBarleft .list ul li .content .share dd{
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .news-page .slideBarleft .list ul li .content a.more {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .news-page .slideBarleft .list ul li .content div.tag {
    font-size: 14px;
    line-height: 28px;
  }
  .newdet-page .slideBarleft .newsContent h1,
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1000px){
  .inner-page .slideBarBox .slideBarleft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .slideBarBox .slideBarright {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .news-page .slideBarleft .list ul li .img {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    left: 0 !important;
  }
  .news-page .slideBarleft .list ul li .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 30px;
    left: 0 !important;
  }
}
.newdet-page {
  padding: 90px 0 90px;
}
.newdet-page .slideBarleft .newsContent {
  text-align: center;
}
.newdet-page .slideBarleft .newsContent h1 {
  font-size: 32px;
  color: #181818;
  font-weight: 500;
  line-height: 1.6;
}
.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f; 
  margin-top: 15px;
  line-height: 30px;
}
.newdet-page .slideBarleft .newsContent .content {
  display: block;
  padding: 30px 0 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #181818;
  line-height: 2; 
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}
.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}
.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}
.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}
.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: #005bac;
}
.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
}
.newdet-page .slideBarleft .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  position: relative;
}
.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,91,172,0.57) url(/template/en/images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;

  line-height: 2;
}
.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: #005bac;
}
.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .slideBarleft .newsContent .m-link div.next {
  text-align: right ;
}
.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}
.newdet-page .newsRet {
  margin-top: 110px;
}
.newdet-page .newsRet h2 {
  text-align: center;
    text-transform: uppercase;
  line-height: 1.2;
}
.newdet-page .newsRet .list {
  margin-top: 50px;
}
.newdet-page .newsRet .list ul {
  margin: -14px;
}
.newdet-page .newsRet .list ul li {
  padding: 14px;
}
.newdet-page .newsRet .list ul li .box {
  background: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box a.img-box {
  display: block;
}
.newdet-page .newsRet .list ul li .box a.img-box img {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  -o-object-fit: contain;
}
.newdet-page .newsRet .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0,91,172, 0.73)));
  /* 鍏煎Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0,91,172, 0.73) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0,91,172, 0.73) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,91,172, 0.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(0,91,172, 0.73));
  background: -moz-linear-gradient(top, transparent, rgba(0,91,172, 0.73));
 background: linear-gradient(to bottom, transparent, rgb(0 91 172));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,91,172,.73)',GradientType=0)";
  /* 鍏煎IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,91,172,.73)', GradientType=0);
  /* 鍏煎IE5~IE9 */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.newdet-page .newsRet .list ul li .box .content {
  padding: 20px;
}
.newdet-page .newsRet .list ul li .box .content h5 {
  font-size: 22px;
  color: #181818;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  font-weight: 500;
  overflow: hidden;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  /*height: 2px;*/
  background: #005bac;
  display: block;
  margin-top: 10px;
}
.newdet-page .newsRet .list ul li .box .content h5:hover {
  color: #005bac;
}
.newdet-page .newsRet .list ul li .box .content a.more {
  line-height: 30px;
  height: 32px;
  padding: 0 22px;
  background: #005bac; 
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 5px;*/
  display: inline-block;
  margin-top: 20px;
}
.newdet-page .newsRet .list ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page .newsRet .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}
.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
  opacity: 1;
}
.newdet-page .newsRet .btn {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .newsRet .btn li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .btn li button {
  display: none;
}
.newdet-page .newsRet .btn li.slick-active {
  width: 28px;
  background: #005bac;
}
@media screen and (max-width: 1500px){
  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2 {
    font-size: 42px;
  }
  .newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 18px;
    line-height: 32px;
  }
  .newdet-page .newsRet .btn {
    margin-top: 30px;
  }
  .newdet-page {
    padding: 55px 0 70px;
  }
}
@media screen and (max-width: 1250px){
   .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
   .newdet-page .slideBarleft .newsContent h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
  .newdet-page .newsRet .list ul li .box .content {
    padding: 15px 10px;
  }
  .newdet-page .newsRet .list ul li .box .content a.more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px){
  .newdet-page .newsRet h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .newsRet h2 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2:after,
  .newdet-page .newsRet h2:before {
    display: none;
  }
}
@media screen and (max-width: 500px){
  
  .newdet-page .newsRet h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .newsRet {
    margin-top: 60px;
  }
  .newdet-page .newsRet .list {
    margin-top: 30px;
  }
}
.contact-page .marginBox {
  padding-top: 00px;
}
.contact-page .marginBox .form ul {
  margin: -15px -7px;
}
.contact-page .marginBox .form ul li {
  padding: 15px 7px;
}
.contact-page .marginBox .form ul li input,
.contact-page .marginBox .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.6em 1em;
  border: 1px solid #bfbfbf;
}
.contact-page .marginBox .form ul li textarea {
  height: 150px;
}
.contact-page .marginBox .form ul li input[type=submit] {
  border: none;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-family: 'rom';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .marginBox .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 {
  padding: 10px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .h2 {
  /*font-weight: bold;*/
  font-weight: bold;
 
}
.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 0.5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  word-break: break-word;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: #000000;
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .contact-page .marginBox .form ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.equipment-page .init-1 .container .tips {
  text-align: center;
}
.equipment-page .init-1 .container .img {
  margin-top: 40px;
  width: 100%;
}
.equipment-page .init-1 .container .content {
  position: relative;
  z-index: 2;
  padding-right: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -260px;
}
.equipment-page .init-1 .container .content .left {
  width: 54%;
  padding: 0 145px;
}
.equipment-page .init-1 .container .content .left .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.equipment-page .init-1 .container .content .left .list_cont li .top {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
.equipment-page .init-1 .container .content .left .list_cont li .bottom {
  color: #777777;
}
.equipment-page .init-1 .container .content .right {
  background-color: #ffffffe8;
  width: 42%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 50px 50px 50px 50px;
  margin-left: auto;
}
.equipment-page .init-1 .container .content .right .swiper{
  overflow: hidden;
}
.equipment-page .init-1 .container .content .right .title {
  font-weight: bold;
}
.equipment-page .init-1 .container .content .right .des {
  color: #777777;
  margin-top: 30px;
  height: 320px;
  overflow-y: auto;
  padding-right: 4px;
}
.equipment-page .init-1 .container .content .right .s_cont {
  margin-top: 40px;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn i {
  line-height: 48px;
  font-size: 20px;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn:hover {
  background-color: #000;
  color: #fff;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .next {
  margin-left: 14px;
}
.equipment-page .init-1 .container .content .right .s_cont .s_page {
  margin-left: auto;
}
.equipment-page .init-1 .container .content .right .s_cont .s_page div span:first-child {
  font-size: 30px;
}
.about-2 .box {
  padding: 80px 15px 70px;
  background-color: #f7f7f7;
}
.about-2 .Tit {
  color: #005bac;
}
.about-2 .text {
  max-width: 800px;
  margin: 30px auto 60px;
}
.about-2 .rz {
  width: 40%;
  margin: auto;
}
.strength-page .strength-2 {
  padding: 85px 0;
  background: #f9f9f9;
}
.strength-page .strength-2 .top {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-page .strength-2 .top .h6 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.strength-page .strength-2 .top p {
  max-width: 1155px;
}
.strength-page .strength-2 .bottom img{
  width: 100%;
}
.strength-page .strength-4 {
  padding: 90px 0;
  /*background: #f9f9f9;*/
}
.strength-page .strength-4 .top {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.strength-page .strength-4 .top .h3 {
  display: inline-block;
}
.strength-page .strength-4 .top p {
  max-width: 810px;
}
.strength-page .strength-4 .bottom {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.strength-page .strength-4 .bottom .left {
  width: auto;
  display: inline-block;
}
.strength-page .strength-4 .bottom .left .h6 {
  padding-left: 0px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
}
.strength-page .strength-4 .bottom .left .h6.active{
  padding-left: 30px;
  transition: 0.3s all;
  font-weight: 500;
}
.strength-page .strength-4 .bottom .left .h6:before {
  content: "";
  height: 40px;
  background: #005bac;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
}
.strength-page .strength-4 .bottom .left .h6.active:before{
  opacity: 1;
  transition: 0.3s all;
}
.strength-page .strength-4 .bottom .right {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  display: block;
}
.strength-page .strength-4 .bottom .right ul.honorlist {
  margin: 0 -22px;
}
.strength-page .strength-4 .bottom .right  .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -35%;
  bottom: 0;
}
.strength-page .strength-4 .bottom .right  .slick-dots li {
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 10px;
  background: #cfcfcf;
  padding: 0;
}
.strength-page .strength-4 .bottom .right  .slick-dots li.slick-active {
  background: #005bac;
}
.strength-page .strength-4 .bottom .right  .slick-dots li button {
  display: none;
}
.strength-page .strength-4 .bottom .right ul.honorlist li {
  padding: 0 22px;
}
.strength-page .strength-5 {
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.strength-page .strength-5 .ui.container {
  text-align: center;
}
.strength-page .strength-5 .ui.container .h3 {
  margin-bottom: 45px;
}
.strength-page .strength-5 .ui.container .main {
  position: relative;
}
.strength-page .strength-5 .ui.container .main span.btn {
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cacaca;
  color: #aaa;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -18.5px;
}
.strength-page .strength-5 .ui.container .main span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #d92724;
  border-color: transparent;
  color: #fff;
}
.strength-page .strength-5 .ui.container .main span.btn.slick-prev {
  left: -80px;
}
.strength-page .strength-5 .ui.container .main span.btn.slick-next {
  right: -80px;
}
.strength-page .strength-5 .ui.container .main ul.factorylist {
  margin: 0 -15px;
}
.strength-page .strength-5 .ui.container .main ul.factorylist li {
  padding: 0 15px;
  text-align: left;
}
.strength-page .strength-5 .ui.container .main ul.factorylist li .h6 {
  margin-top: 25px;
  font-size: 20px;
  line-height: 36px;
}
@media (max-width: 1500px) {
  .equipment-page .init-1 .container .content .left .list_cont li {
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  .strength-page .strength-5 .ui.container .main span.btn {
    display: none;
  }
  .strength-page .strength-4 .bottom .right {
    width: 100%;
    margin-top: 40px;
  }
  .strength-page .strength-4 .bottom .right ul.honorlist ul.slick-dots {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    left: auto;
  }
  .strength-page .strength-4 .bottom .right ul.honorlist ul.slick-dots li {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 1250px) {
  .equipment-page .init-1 .container .content {
    margin-top: 20px;
    padding-right: 0;
  }
  .equipment-page .init-1 .container .content .left {
    width: 100%;
  }
  .equipment-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .equipment-page .init-1 .container .content .left .list_cont li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about-2 .box {
    padding: 60px 15px;
  }
  .about-2 .text {
    margin: 30px auto;
  }
  .about-2 .rz {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .strength-page .strength-1 .ui.container .left {
    width: 100%;
  }
  .strength-page .strength-1 .ui.container .right {
    width: 100%;
  }
  .strength-page .strength-1 .ui.container .right ul.data li span {
    font-size: 80px;
  }
}
@media (max-width: 500px) {
  .equipment-page .init-1 .container .content .left .list_cont li .top {
    font-size: 30px;
  }
  .equipment-page .init-1 .container .content .right {
    padding: 30px 16px;
  }



}
.quality-page .init-1  {
 background-color: #f7f7f7;
}
.quality-page .init-1 .container .tips_des {
  max-width: 1120px;
  text-align: center;
  color: #777777;
  margin: 26px auto 0;
}
.quality-page .init-1 .container .content {
  margin-top: 70px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
  opacity: 0;
  padding: 50px 40px;
  z-index: 2;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.007)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
      background-image: linear-gradient(to top, #005bac, rgba(0, 0, 0, .007));
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .tit{
  opacity: 0;
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c .cont {
  /*max-height: 190px;*/
  overflow-y: auto;
  padding-right: 4px;
  padding-top: 180px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide:hover .tit,
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont_c {
  opacity: 1;
}
.quality-page .init-3  {
  font-weight: bold;
  /*background-color: #f7f7f7;*/
}
.quality-page .init-3 .container .tips {
  font-weight: bold;
  font-weight: bold;
}
.quality-page .init-3 .container .content {
  margin-top: 70px;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}

.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide p {
  padding-top: 30px;
}
.quality-page .init-3 .container .content .s_page {
  margin-top: 90px;
  position: relative;
  top: 0;
  background-color: #b8b8b8;
  height: 2px;
}
.quality-page .init-3 .container .content .s_page .swiper-pagination-progressbar-fill {
  background-color: #000;
}
@media (max-width: 1000px) {
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #000;
    padding: 20px 16px;
  }
  .quality-page .init-1 .container .content {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .quality-page .init-2 .container .bottom {
    margin-top: 40px;
  }
  .quality-page .init-3 .container .content {
    margin-top: 30px;
  }
  .quality-page .init-3 .container .content .s_page {
    margin-top: 20px;
  }
}
.product-page {
  padding: 80px 0;
}
.product-page .product-box {
  padding-left: 34px;
}
.product-page .product-box h1{
  font-size: 32px;
  font-family: 'bar';
      /*text-transform: uppercase;*/
  font-weight: 500;
  padding: 20px 0;
}
.product-page .product-box .product-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .product-list li {
  padding: 0 10px;
  width: 33.3333%;
  margin-bottom: 40px;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 0px;
  position: relative;
}
.product-page .product-box .product-list li a:hover .content {
  background: #005bac;
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h2,
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
  border: 1px solid #eee;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  left: 50%;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 30px 30px 30px;
}
.product-page .product-box .product-list li a .content h2 {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  font-family: 'bar';
  font-weight: 500;
  /*text-transform: uppercase; */
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  min-height: 4em;
}
.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .product-list li a .content p {
  font-size: 16px;
  line-height: 30px;
  color: #22221d;
  position: relative;
  padding: 10px 0;
}
.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box:after{
content: "";
clear: both;
width: 100%;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 57px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 28px;
  font-size: 18px;
  color: #000;
  line-height: 1; 
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 51px;
  height: 60px;
  background: url(../images/product-s-1.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 38px 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase; 
  font-weight: 700;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav > li > a{
  font-weight: 500;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  color: #7a7777;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  background: #005bac;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 40px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li.wid-50{
  width: 50%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #005bac;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #005bac;
  border-color: #005bac;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width:1430px){
  .product-page .product-box .product-list li a .content{
    width: 90%
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 38px 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
}
@media screen and (max-width:1230px){
  .product-page .product-box {
    padding-left: 0;
    padding-top: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
      width: 100%;
  }
   .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width:1000px){
  .product-page .product-box .product-list li{
    width: 50%;
  }
}
@media screen and (max-width:500px){
  .product-page .product-box .product-list li{
    width: 100%;
  }
}
.prodet-page {
  padding: 20px 0;
}
.prodet-page .det-1 {
  padding: 50px 0 0;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track{
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
}
.prodet-page .det-1 .grid-box .right .text .h6 {
  font-family: 18px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 35px;
  line-height: 1.4;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
}
.prodet-page .det-1 .grid-box .right .text h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #616161;
  max-height: 386px;
    padding-right: 20px;
overflow: auto;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
      margin-top: 46px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 50px;
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .mores {
  margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .mores .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.prodet-page .det-1 .grid-box .right .text .mores .fl:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #005bac;
  vertical-align: middle;
}
.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 36px;
    text-transform: uppercase;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: #005bac;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: #005bac;
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 20px;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 18px;
  line-height: 30px;
  /*color: #616161;*/
}
.prodet-page .det-3 {
  margin-top: 60px;
  background-color: #f7f7f7;
    padding-top: 80px;
}
.prodet-page .det-3 .title h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
  text-align: left;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #005bac;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #f7f7f7;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 52px;
  /*font-weight: 700;*/
  text-align: center;
  color: #fff;
  background-color: #005bac;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 20px;
  line-height: 36px;
  font-family: 'bar';
  font-weight: 500;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: #005bac;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: #005bac;
}
.application-page  {
  padding-top:  100px;
      max-width: 1439px;
      margin: auto;
}
.application-page .container .tips {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: #005bac;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  /*-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);*/
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.application-page .container .content ul .slick-arrow{
  position: absolute;
  top: 45%;
    width: 46px;
	  height: 46px;
	  border-radius: 50%;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transition: .5s;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c4c4c4;
}
.application-page .container .content ul .slick-arrow:hover{
  color: #005bac;
}
.application-page .container .content ul .slick-prev{
    left: -150px;
    background-image: url(../images/prev.png);
    top:230px;

}
.application-page .container .content ul .slick-next{
    right: -150px;
     background-image: url(../images/next.png);
     top:230px;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #005bac;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #005bac;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #005bac;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #005bac;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  background: #f5f5f5;
  padding-top: 100px;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 1.6rem 0.7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  font-family: 'PB';
  line-height: 44px;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: 'PB';
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: 'PB';
  line-height: 2;
  padding: 0.8rem 1.2rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem 0.8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .form2 form ul {
    margin-right: -33px;
    padding-bottom: 90px;
}
.contact-page .contact-1 .form2 form ul li{
    width: 100%!important;
}
.contact-page .contact-1 .form2 form ul li label{
    font-size: 14px;
}
.contact-page .contact-1 .form2 form ul li {
    padding-right: 33px;
    margin-bottom: 36px;
}
.contact-page .contact-1 .form2 form ul li label {
    font-size: 18px;
    line-height: 32px;
    color: #383838;
    display: block;
    text-align: left;
}
.contact-page .contact-1 .form2 form ul li label em {
    color: #005bac;
    display: inline-block;
    vertical-align: top;
}
.contact-page .contact-1 .form2 form ul li input[type="text"],
.contact-page .contact-1 .form2 form ul li textarea {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    color: #383838;
    border: none;
    margin-top: 13px;
    padding: 0 10px;
}
.contact-page .contact-1 .form2 form ul li input[type=text], .contact-page .contact-1 .form2 form ul li textarea{
    background: #eee;
    height: 40px;
}
.contact-page .contact-1 .form2 form ul li textarea {
    height: 80px;
    padding-top: 10px;
}
.contact-page .contact-1 .form2 form ul li input[type="submit"] {
    width: 144px;
    height: 40px;
    background: #005bac;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    border: none;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.contact-page .contact-1 .form2 form ul li input[type="submit"]:hover {
    background: #000;
}
.contact-page .contact-1 .form2 form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .form2 form ul li:last-child {
    text-align: center;
    margin-bottom: 0;
}
.contact-page .contact-1 .form2 form ul li{
    margin-bottom: 10px;
}
.contact-page .contact-1 .form2 form ul li:nth-child(2),
.contact-page .contact-1 .form2 form ul li:nth-child(4){
    display: none;
}
.contact-page .contact-1 .form2{
    margin-top: 0;
}
.newdet-page .newdet-list {
    background: #fff;
    padding: 79px 0 13.14%;
    margin-bottom: -9.9%;
}
.newdet-page .newdet-list .header span.tag {
     padding-left: 0;
  background: transparent;
  color: #005bac;
  display: block;
  margin-bottom: 20px;
}
.newdet-page .newdet-list .header .title {
    margin-top: 20px;
}
.newdet-page .newdet-list .content {
    margin-top: 80px;
}
.newdet-page .newdet-list .content ul {
    margin-right: -43px;
}
.newdet-page .newdet-list .content ul li {
    padding-right: 43px;
}
.newdet-page .newdet-list .content ul li .img-box {
    display: block;
}
.newdet-page .newdet-list .content ul li .img-box img {
    width: 100%;
}
.newdet-page .newdet-list .content ul li .text {
    padding-top: 26px;
}
.newdet-page .newdet-list .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
}
.newdet-page .newdet-list .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    line-height: 32px;
    margin-top: 9px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
}
/*2025-7-30*/
.about-add{
  padding-top: 7.8125%; 
  position: relative;
  z-index: 1;
}
.about-add .ui.container{
  max-width: 1439px;
}
.about-add .column{
  vertical-align: middle;
}
.about-add .title{
  font-size: 50px;
  line-height: 1.2;
  font-style: italic;
}
.about-add .con{
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  margin-top: 89px;
  width: 90%;
}
.about-add .qm{
  margin-top: 35px;
}
.about-add .qm p{
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 11px;
}
.about-add::after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54.746%;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1440px) {
  .about-add .ui.container{
   max-width: 1260px;
  }
  .about-add .text{
    padding-left: 30px;
  }
  .about-add .con{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-add .title{
    font-size: 36px;
  }
} 
@media screen and (max-width: 1000px) {
  .about-add .img,
  .about-add .text{
    width: 100% !important;
  }
  .about-add .text{
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
     .about-add .con {
        margin-top: 20px;
        width: 100%;
    }
    .about-add .qm {
     margin-top: 17px;
   }
}
@media screen and (max-width: 1440px) {
  .cases-page .list ul li .ig .text{
    position: initial;
    background: #666;
    padding: 20px 15px;
  }
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c{
    padding: 25px 20px;
  }
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .tit{
    padding: 10px 20px;
    font-size: 18px;
  }
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c .cont{
    max-height: 140px;
  }
  #index-body .about .box .data ul li .num{
    font-size: 36px;
  }
  #index-body .about .box .data ul li p{
    font-size: 14px;
  }
  .prodet-page .det-2 .related ul li .con{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
   .prodet-page table td{
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .logo img{
    height: 60px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .mores {
    position: relative;
    left: 0;
    width: 100%;
  }
  .m-page{
    margin: 30px 0;
  }
  .download-page .down-1 ul.downlist li .item .text .h6{
    font-size: 16px;
  }
  .download-page .down-1 ul.downlist li .item .text a.down{
    font-size: 14px;
  }
  .application-page{
    padding-top: 60px;
  }
  .market-page .init-1{
    padding: 60px 0;
  }
  .market-page .init-5 .container1 .content ul li{
    width: 25%;
  }
  #index-body .about .box .data{
    display: none;
  }
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c .cont{
    max-height: 110px;
    font-size: 14px;
  }
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c{
    padding: 20px 15px 40px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul li {
    text-align: center;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
   .faq-page .list ul li .tit {
        font-size: 18px;
        padding: 10px 80px 10px 10px;
    }
    .cases-page .list ul li,
    .download-page .down-1 ul.downlist li{
      width: 100% !important;
    }
    .application-page{
      padding-top: 30px;
    }
    .market-page .init-1{
      padding: 30px 0;
    } 
    .market-page .init-1 .container .content{
      margin: 30px auto 0;
    }
    .pt-80{
      padding-top: 30px;
    }
    .market-page .init-5 .container1 .content ul li{
      width: 33.3333%;
    }
}
@media screen and (max-width: 500px) {
     .faq-page .list ul li .tit{
       font-size: 16px;
     }
     .font-20 {
      font-size: 16px;
   }
   .market-page .init-5 .container1 .content ul li{
     width: 50%;
   }
}
/*2025-8-15*/
.about-page{
  padding-top: 5.73%;
}
.about-add1{
  color: #fff;
  position: relative;
}
.about-add1 > img{
  width: 100%;
}
.about-add1 .text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 74px 77px 58px;
}
.about-add1 .title{
  font-size: 50px;
  line-height: 1.2;
}
.about-add1 .con{
  font-size: 24px;
  line-height: 1.5;
  margin-top: 16px;
}
.about-add1 .qm{
  margin-top: 19px;
}
.about-add1 .qm p{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 11px;
}
@media screen and (max-width: 1440px) {
  .about-add1 .text{
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1280px) {
  .about-add1 .text{
    padding: 30px 15px;
  }
  .about-add1 .title{
    font-size: 40px;
  }
  .about-add1 .con{
    font-size: 20px;
  }
  .about-add1 .qm{
    margin-top: 9px;
  }
  .about-add1 .qm img{
    zoom: .7;
  }
}
@media screen and (max-width: 1000px) {
  .about-add1 .title{
    font-size: 40px;
  }
  .about-add1{
    color: #000;
  }
  .about-add1 .text{
    position: initial;
  }
  .about-add1 .qm img{
    zoom: 1;
    filter: invert(1);
  }
}
@media screen and (max-width: 700px) {
  .about-add1 .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
 .about-add1 .text{
   padding: 20px 0 0;
 }
 .about-add1 .title {
    font-size: 27px;
 }
 .about-add1 .con {
    font-size: 15px;
    line-height: 2;
  }
}

.seoPublic .Auxil-about .box .right .text a {
  color: inherit;
}
.newdet-page .slideBarleft .newsContent .content h2 {
    color: #005bac;
    font-size: 22px;
    font-weight: bold;
}
.newdet-page .slideBarleft .newsContent .content h3 {
    font-size: 20px;
    font-weight: bold;
}